.dialog-bg,.confirm-receivedialogbg,.contactdialog-bg,.websitedialog-bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 99999;
    display: none;
    align-items: center;
}
.confirm-dialog,.unbind-dialog,.errtips-dialog,.bind-weixin,.bind-qq,.phone-change,.dialog-bg .returnpwd-dialog,.dialog-bg .setNewpwd-dialog,.dialog-contact,.wuliu-dialog,.confirm-receivedialog,.cancelaccount-dialog,.confirmcancel-dialog,.vertify-dialog,.cash-dialog{
    display: none;
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.3);
    max-width: 340px;
    border-radius: 4px;
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 40px;
    background-color: #fff;
    word-break: break-all;
    box-sizing: border-box;

}
.dialog-bg .returnpwd-dialog,.wuliu-dialog,.cancelaccount-dialog,.confirmcancel-dialog,.vertify-dialog,.cash-dialog{
    min-width: 410px !important;
}
.wuliu-dialog{
    max-height: 550px;
    overflow: auto;
}
.person-dialog,.company-dialog,.dialog-contact,.dialog-website{
    display: none;
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.3);
    max-width: 440px;
    border-radius: 4px;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 40px;
    background-color: #fff;
    word-break: break-all;
    box-sizing: border-box;
}
.form-item{
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding-left: 27px;
    background-color: #F5F6F7;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}
/*.form-item label{*/
/*    min-width: 70px;*/
/*}*/
.form-item span{
    margin-right: 5px;
    color: #d75151;
}
.input-item{
    width: 100%;
    height: 100%;
    outline: 0;
    font-size: 14px;
    color: #141414;
}
.submit-button{
    width: 100%;
    border-radius: 30px;
    outline: 0;
    background-color: #4285F4;
    color: #fff;
    font-size: 16px;
    border: none;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    margin-top: 14px;
    cursor: pointer;
}
.close-icon{
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    cursor: pointer;

}
.confirm-title{
    font-weight: 600;
    font-size: 16px;
    /*margin: 0 0 20px 0;*/
    color: #141414;
    text-align: center;
    line-height: 25px;
}
.confirm-button{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.errtips-dialog .confirm-button{
    justify-content: center;
}
.cbtn,.paste-btn{
    width: 104px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    font-weight: 500;
}
.paste-btn{
    display: block;
    margin: 15px auto;
}
.sure-btn{
    background-color: #0099fe;
    color: #fff;
}
.cancel-btn{
    border: 1px solid #e5e5ea;
    color: #fff;
    background: #c1c7d0;
}

.dialog-title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 32px;
    margin-bottom: 15px;
}
.dialog-title span{
    font-size: 18px;
    font-weight: 600;
}
.img-icon{
    margin-right: 12px;
    height: 32px;
    width: 32px;
}
.code-area{
    display: flex;
    justify-content: center;
}
.code-img{
    width: 182px;
    height: 182px;
}
.bind-tips{
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
}

.error-tips {
    font-size: 14px;
    color: #f13939;
    height: 15px;
    text-align: center;
}
.nowater-dialog{
    background-color: #fff;
    min-height: 100px;
    margin: 0 auto;
    width: 400px;
    position: fixed;
    top: 45%;
    left: 50%;
    margin: -100px 0 0 -150px;
    padding: 30px;
    text-align: center;
    z-index: 99999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
.button-download{
    width: 100px;
    height: 30px;
    background: #337de2;
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;

}
.nowater-dialog p{
    font-size: 12px;
    margin-bottom: 10px;
}
.copyelement-dialog{
    display: none;
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.3);
    max-width: 300px;
    border-radius: 4px;
    z-index: 999999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    word-break: break-all;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}
.tips-content{
    padding-top: 15px;
}
.address-area{
    display: flex;
}
.address-box{
    flex: 1;
    background: #F5F6F7;
}
.textarea-address{
    width: 100%;
    background: #F5F6F7;
    min-height: 100px;
    border: 0;
    resize: none;
    font-size: 14px;
    padding: 10px 10px 10px 27px;
}
.textarea-address:focus{
    border: 0;
}
.xg-address{
    margin-left: 10px;
    font-size: 14px;
    color: #4285F4;
    cursor: pointer;
}
.wuliu-item{
    font-size: 14px;
    margin-bottom: 10px;
}

.wuliu-time{
    font-size: 14px;
    color: #999;
}
.confirm-receivedialog{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    color: #ccc;
    font-size: 20px;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.prefix-label{
    min-width: 120px;
    color: #878787;
}
.dialog-website .error-tips{
    line-height: 25px;
    height: auto;
}
.cancel-title{
    color: #f92929;
    font-weight: 600;
    margin-bottom: 20px;
}

.cancel-text{
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 14px;
}
.red-btn{
    background: #f13838;
}
.red-text{
    color:#e62022;
}

